home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / msgq160e.arc / CFGFILES.ARC / MSGEDQ.CFG < prev    next >
Text File  |  1991-10-26  |  2KB  |  93 lines

  1. ;
  2. ; Msged/Q config file
  3. ; Written by P.J. Muller
  4. ;
  5. ; This file is the setup for my point system
  6. ; I include it in my BINKLEY.CFG
  7. ;
  8. ; QuickBBS sysops should use the "-q" switch to tell Msged/Q to use
  9. ; CONFIG.BBS to find the areas and other info.
  10. ;
  11.  
  12. ; Default Origin line, can also be placed in first line of AREAS.BBS
  13. Origin Msged/Q test setup
  14.  
  15. ; Location of the *.BBS files, default current directory
  16. QuickBBS    d:\qpoint
  17.  
  18. ; Function key definitions
  19.  
  20. ; Continue search key F1
  21. function 1 \0x21^m
  22.  
  23. ; Start search at first message Ctrl-F1
  24. function 21 \0x77\0x21
  25.  
  26. ; Signatures
  27. function 2 -- Pieter\0x1f
  28.  
  29. ; Names (Shift-Function)
  30. function 11 Mark Rotter
  31. function 12 Frank R.Pizer
  32. function 13 Niel Uys
  33. function 17 \0x75+
  34. function 18 \     Testing...
  35.  
  36. ; Flags
  37.  
  38. Enable    ShowNotes
  39. Disable    GlobalSearch
  40. ;Disable Msgids
  41. Enable Strip
  42.  
  43. ; Should Delete and other destructive commands be confirmed?
  44. Enable    Confirm
  45.  
  46. ; The userlist must be sorted, SDF format.  Lastname, firstname<spaces>NodeNum
  47. ; the NodeNum must be at at least col. 36
  48. ; Every line (including the last line) should have a CR/LF at the end.  There
  49. ; should be no empty lines at the end.
  50. ; See MSGED.DOC
  51. UserList    d:\point\nodenum.lst,d:\point\fidouser.lst
  52.  
  53. ; Alt-W filename (default is prn)
  54. OutFile        temp
  55.  
  56. ; Screen Colors
  57.  
  58. color normal    white/black
  59. color warn    red+intense/black
  60. color quote    yellow/black
  61. color block    yellow+intense/black
  62. color info    cyan/black
  63. color hilite    white+intense/black
  64.  
  65. ; Video mode - Direct or Bios or NoSnow
  66. Video        NoSnow
  67.  
  68. ; Quote style, & = all initials, * = First initial, ^ = Last initial
  69. Quote        ">&: "
  70. ;attrib        ""
  71. ;attrib        "On <$d>, $f wrote to $t:"
  72. ;quoteright    70
  73.  
  74. ; Message areas may be listed here.
  75. ; The format is:
  76. ;
  77. ;    Quick Mail|Local|Echo [pck] "Description" boardno [tag]
  78. ;
  79. ; Only one of Mail, Local or Echo must be present.
  80. ; The [pck] flags are optional and set the Private, Crash and Kill/Sent bits.
  81. ; The [tag] is only required for Echo boards
  82.  
  83. quick mail pcs "Network mail"    1
  84. quick echo  "Net Developers"    2    Net_Dev
  85. quick echo  "SA Net"        3    SAnet
  86. quick echo  "Technical"        4    Ltech
  87. quick echo  "Pascal"        5    Pascal
  88. quick echo  "C Language"    6    C_Echo
  89. quick echo  "Science Fiction"    7    SFfan
  90. quick echo  "Testing"        8    Test
  91. quick local "Archive"        9
  92. quick echo s "Modula-2"        10    modula-2
  93.